net/netip.Addr.appendTo4 (method)
8 uses
net/netip (current package)
netip.go#L806: return ip.appendTo4(b)
netip.go#L858: ret = ip.appendTo4(ret)
netip.go#L862: func (ip Addr) appendTo4(ret []byte) []byte {
netip.go#L882: ret = ip.Unmap().appendTo4(ret)
netip.go#L1171: b = p.ip.appendTo4(b)
netip.go#L1199: b = p.ip.appendTo4(b)
netip.go#L1505: b = p.ip.appendTo4(b)
netip.go#L1509: b = p.ip.Unmap().appendTo4(b)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |